home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xsw
/
include
/
unixincs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-07-04
|
2KB
|
83 lines
/*
* @(#) unixincs.h 12.3 95/07/05 SCOINC
*/
/***************************************************************************
*
* Copyright (c) 1990-1993 The Santa Cruz Operation, Inc.
*
* All rights reserved. No part of this program or publication may be
* reproduced, transmitted, transcribed, stored in a retrieval system,
* or translated into any language or computer language, in any form or
* by any means, electronic, mechanical, magnetic, optical, chemical,
* biological, or otherwise, without the prior written permission of:
*
* The Santa Cruz Operation , Inc. (408) 425-7222
* 400 Encinal St., Santa Cruz, California 95060 USA
*
**************************************************************************/
/*
* Modification History
*
* S003, 02-Feb-94, rickra
* Added include of fs/xxfilsys.h so that NDPC could be defined!
*
* S002, 21-Sep-93, rickra
* Added include of mountops.h
*
* S001, 27-May-93, rickra
* Added include of sys/region.h
*
* S000, 30-Sep-92, rickra
* Added copyright and modification history
*/
#include <stdio.h>
#include <ctype.h>
#include <signal.h>
#include <string.h>
#include <fcntl.h>
#include <nlist.h>
#include <time.h>
#include <errno.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <sys/timeb.h>
#include <sys/lock.h>
#include <sys/utsname.h>
#include <sys/stat.h>
#include <sys/ascii.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <netdb.h>
#undef NGROUPS_MAX
#undef NULL
#include <sys/param.h>
#include <sys/bootinfo.h>
#include <sys/tuneable.h>
#include <sys/sysinfo.h>
#include <sys/stream.h>
#include <sys/strstat.h>
#include <sys/file.h>
#include <sys/inode.h>
#include <sys/immu.h>
#include <sys/region.h>
#include <sys/proc.h>
#include <sys/fs/xxfilsys.h>
#include <sys/sysmacros.h>
#include <sys/var.h>
#include <sys/sysi86.h>
#include <sys/swap.h>
#include <dirent.h>
#include <sys/dir.h>
#include <sys/map.h>
#include <sys/trap.h>
#include <sys/tty.h>
#include <sys/elog.h>
#include <utmp.h>
#include <pwd.h>
#include <mountops.h>
/* vi: set tabstop=4 shiftwidth=4: */
/* end of unixincs.h */